const runtime.timerHeapN
7 uses
runtime (current package)
time.go#L1137: p := int(uint(i-1) / timerHeapN)
time.go#L1198: const timerHeapN = 4
time.go#L1221: p := int(uint(i-1) / timerHeapN) // parent
time.go#L1241: if i*timerHeapN+1 >= n {
time.go#L1250: leftChild := i*timerHeapN + 1
time.go#L1256: for j, tw := range heap[leftChild:min(leftChild+timerHeapN, n)] {
time.go#L1281: for i := int(uint(len(ts.heap)-1-1) / timerHeapN); i >= 0; i-- {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |